home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr35 / fr_max.zip / BATFILES.LST < prev    next >
File List  |  1993-04-07  |  4KB  |  155 lines

  1. -- maxmaint.bat
  2.  
  3.           @Echo Off
  4. Rem       ==========================================================
  5. Rem       ======  Maximus +  BinkleyTerm BINKLEY.BAT          ======
  6. Rem       ==========================================================
  7.  
  8.           set TZ=EST5EDT
  9.           C:\Dv\Dvansi
  10.           WL B binkley.log "Beginning new session" >NUL
  11.  
  12.        :Top
  13.           Wl B Binkley.log "Going to top"
  14.           Bnu /M- /R:3072 /T:512 /L1=19200
  15.           Vfos_Dv
  16.  
  17.        :Mailer
  18.           BT Share Unattended
  19.           If ErrorLevel 255 goto Top
  20.           If Errorlevel 254 goto End
  21.           If Errorlevel 250 goto DailyMaint
  22.           If Errorlevel 249 goto Maint
  23.           If Errorlevel 120 goto Daily
  24.           If Errorlevel 100 goto Export
  25.           If Errorlevel  96 goto Bbs
  26.           If Errorlevel  90 goto Import
  27.           If Errorlevel  54 goto Bbs
  28.           If Errorlevel  24 goto Bbs
  29.           If Errorlevel  12 goto Bbs
  30.           If Errorlevel   3 goto Bbs
  31.           If ErrorLevel   2 goto Top
  32.           If Errorlevel   1 goto End
  33.           goto Mailer
  34.  
  35. Rem       ==========================================================
  36. Rem       ======  Maint Insert daily maintenance routine here ======
  37. Rem       ==========================================================
  38.        :DailyMaint
  39.           Modem 2 Off
  40.           C:
  41.           Cd \Max
  42.           MDLX /Lc:\MAX\MAX.LOG /Oc:\MAX\MAXDL.LOG /C4
  43.           MDLX /LF:\BINKLEY\BINKLEY.LOG /Oc:\MAX\BINKDL.LOG /C4
  44.        :Maint
  45.           Modem 2 Off
  46.           Call XList.Bat
  47.           c:\max\mdlx /AD:\max\filearea.ctl /C4
  48.           c:
  49.           cd \max
  50.           call dl-log.bat
  51.           dlcount
  52.           dltally
  53.           Modem 2 On
  54.  
  55.           Goto Top
  56.  
  57.  
  58. Rem         ==========================================================
  59. Rem         ======  Export                                      ======
  60. Rem         ==========================================================
  61.  
  62. -- BBSBATCH.BAT
  63.  
  64. SPAWNBBS 2400 2400 2 235 
  65.  
  66. -- SPAWNBBS.BAT
  67.  
  68. rem       ===========================================================
  69. rem       ======      Sample BinkleyTerm SPAWNBBS.BAT          ======
  70. rem       ===========================================================
  71.           @echo OFF
  72.           C:
  73.           Cd \Max
  74.           Max -b%2 -p%3 -t%4
  75.  
  76.        :ELoop
  77.           If ErrorLevel 255 goto End
  78.           If ErrorLevel 65  goto Outside
  79.           If ErrorLevel 12  goto Export
  80.           If ErrorLevel 11  goto Mash
  81.           If ErrorLevel 10  goto End
  82.           If ErrorLevel 5   goto Acall
  83.           goto End
  84.  
  85.        :Outside
  86.  
  87.           Call Errorlvl.BAT
  88.           Maximus -r
  89.           Goto ELoop
  90.  
  91.        :Export
  92.           rem Squish out squash -fechotoss.log
  93.           modem 2 off
  94.           Scanbld user.bbs area.dat local matrix @echotoss.log
  95.           Goto End
  96.  
  97.        :Mash
  98.           rem Squish squash -fechotoss.log
  99.           modem 2 off
  100.           Scanbld user.bbs area.dat local matrix
  101.           Goto End
  102.  
  103.        :Acall
  104.           modem 2 off
  105.           Scanbld user.bbs area.dat local
  106.           Goto End
  107.  
  108.        :End
  109.           modem 2 off
  110.           If Exist Do_fb.Bat Call Do_fb.Bat
  111.           If Exist Do_fb.Bat Del Do_fb.Bat
  112.           lstat
  113.           F:
  114.           Cd \Binkley
  115.           Bink
  116.  
  117.  
  118.  
  119. -- XLIST.BAT
  120.  
  121.            @echo off
  122.           Rem *  Xlist 2.14 OkFile Magic Stuff
  123.  
  124.           C:
  125.           Cd \Xlist
  126.           X_List
  127.           F:
  128.           Cd \Binkley
  129. Rem - Retour au mailer pour construction des catalogues
  130.           Copy  Newin.Zip    Newin.Old
  131.           Del   Newin.Zip
  132.           Del   Newfiles.Zip
  133.           Pkzip Newin        293_2201.New
  134.           Copy  Newin.Zip    Newfiles.Zip
  135.           Copy  Newfiles.Zip G:\Cata
  136.  
  137.  
  138.           copy 293_2201.all 2932201a.old
  139.           copy 293_2201.new 2932201n.old
  140.           Copy 293_2201.new C:\Max\Olr\NEWFILES.DAT
  141.           del 29322p.zip
  142.           pkzip -o 29322p 293_2201.all
  143.           copy 29322p.zip g:\cata
  144.           copy 29322k.zip g:\cata
  145.           C:
  146.           Cd \Max
  147.           FB
  148.           F:
  149.           Cd \Binkley
  150. SPAWNBBS 2400 2400 2 235 
  151.  
  152. --- DL-LOG.BAT
  153.  
  154. dllog /imax.log /odllog.log
  155.